xend: fix insufficient quoting in tapdisk
authorPhilipp Hahn <hahn@univention.de>
Thu, 8 Dec 2011 17:15:16 +0000 (17:15 +0000)
committerPhilipp Hahn <hahn@univention.de>
Thu, 8 Dec 2011 17:15:16 +0000 (17:15 +0000)
commit7351bdf240e2305bd40f8156b9b6bf6ccaec27c2
treeb4b72121039b288dfc04409b2bbc9ae0102fc5f6
parente68ffca28b60eb8f4f17cf4599cac81e34d696f0
xend: fix insufficient quoting in tapdisk

Fix insufficient quoting between "tap-ctl list" and
xend/server/BlktapController.py

The "line.split(None, 4)" needs to be a "3", because 3 splits needs to
be done to get the 4 parts.  Sorry for the mixup.

[ fix to 24335:3915bd95ade5. -iwj ]

Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/python/xen/xend/server/BlktapController.py